home *** CD-ROM | disk | FTP | other *** search
/ Aminet 3 / Aminet 3 - July 1994.iso / Aminet / dev / amos / ProcLib3_0.lha / ProcList < prev    next >
Encoding:
Text File  |  1994-12-17  |  3.3 KB  |  93 lines

  1. _AMAL_BOUNCING_BALLS[NUM,GROUND,LEFT,RIGHT]
  2.     Creates bouncing balls in AMAL.
  3. _AMAL_FIREWORKS[NUM]
  4.     Creates fireworks in AMAL.
  5. CAPS_NAME[NAME$]
  6.     Capitalises a name correctly.
  7. _DATECONVERT[DATE$,FORMAT]
  8.     Converts a date in the form "YYMMDD" to a more human-readable date.
  9. _DOSERROR[ERR]
  10.     Returns the AmigaDOS error message for the given error code.
  11. _FAST_ELLIPSE[XC,YC,RX,RY,_FILLED]
  12.     Draws an ellipse using integer math.
  13. _FAST_LINE[X1,Y1,X2,Y2]
  14.     Draws a line using integer math.
  15. _GET_ARGS[CMDLN$,_MAXARGC]
  16.     Retrieves command line arguments.
  17. _MAKEMASK[_SCREEN,_COLOUR,TEMP1,TEMP2,X1,Y1,X2,Y2,_ICON]
  18.     Makes a mask for an icon with a given transparent colour.
  19. MAKE_RAM
  20.     Attempts to read from the RAM disk, initialising it if necessary.
  21. MESSAGEBOX
  22.     2 procedures to create and remove a coloured message box.
  23. MOVING_RAINBOWS
  24.     4 procedures to create animated rainbows.
  25. MULTI_LINE
  26.     Creates a multi-colour line.
  27. NEW_INPUT
  28.     Extended Input replacement.
  29. OPENFONT[NAME$,SIZE,_REM]
  30.     Opens or closes a font.
  31. PALETTE_PROCS
  32.     5 procedures to store and modify screen colours.
  33. _PALETTE_TO_ANTIQUE[_SCREEN]
  34.     Converts palette to "antique photograph" colours.
  35. _PALETTE_TO_BW[_SCREEN]
  36.     Converts palette to black and white.
  37. _PALETTE_TO_NEGATIVE[_SCREEN]
  38.     Converts palette to negative colours.
  39. PICKCOLOURS
  40.     Finds the darkest, mid brightest, and brightest colours on a screen.
  41. QUICKSORT[NO,ST]
  42.     Performs a "Quick Sort" on an array.
  43. RDZONE[SCRN,Z]
  44.     Reads the coordinates of a screen zone.
  45. RDZONE2[SCRN,Z]
  46.     Reads the coordinates of a screen zone, generating an error if the zone
  47.     does not exist.
  48. REF_ASCII[N]
  49.     Converts a number into a 3-character string.
  50. REF_NUMBER[N$]
  51.     Converts a 3-character string (see REF_ASCII) into a number.
  52. SBOX[X1,Y1,X2,Y2,IN]
  53.     Creates a 3D box with an outline; good for use as a gadget.
  54. SEB_4LEAFWIPE[SCR,C]
  55.     Screen Eater: wipes from the outside edges of the screen inward.
  56. SEB_DIAGONAL_WIPE[SCR,C]
  57.     Screen Eater: wipes the screen in a circular pattern.
  58. SEB_HSTRIPS[SCR,C,N,D]
  59.     Screen Eater: divides screen into horiz. strips which fold into themselves.
  60. SEB_PATTERN_WIPE[SCR,C]
  61.     Screen Eater: uses a pattern to clear the screen.
  62. SEB_ROLL[SCR,C,TMPSCR,RW,D]
  63.     Screen Eater: "rolls" the screen up, down, left, or right.
  64. SEB_TILES[SCR,C,BS,SPEED]
  65.     Screen Eater: clears screen one block at a time.
  66. SEB_TRICLEAR[SCR,C,N,D]
  67.     Screen Eater: erases triangular sections of the screen.
  68. SEB_VSTRIPS[SCR,C,N,D]
  69.     Screen Eater: divides screen into vert. strips which fold into themselves.
  70. SED_EATZOOM[SCR,C,TMPSCR,TX,TY,ZMODE]
  71.     Screen Eater: divides screen into tiles which collapse inward.
  72. _SEPARATE_RGB[_SCREEN,X]
  73.     Filters colours in picture.
  74. SES_ANGLEWIPE[SCR,C,CORNER]
  75.     Screen Eater: wipes screen in a quarter-circle pattern from a given corner.
  76. SES_EATZOOM[SCR,C,TMPSCR,TS,ZMODE]
  77.     Screen Eater: divides screen into tiles which collapse inward.
  78. SES_SAND[SCR,C,SPEED]
  79.     Screen Eater: "clear"-colour covers screen in reverse-sandglass pattern.
  80.         Hard to describe - see it for yourself.
  81. _SHADOW_TXT[X,Y,_FG,_BG,_TXT$]
  82.     Writes shadowed text to the screen.
  83. SIMPLEARC[X,Y,RX,RY,_START_DEG,_TOT_DEG]
  84.     Draws an arc of an ellipse.
  85. SPIN3D
  86.     Rotates a 3D object.
  87. TBOX[X1,Y1,X2,Y2,IN]
  88.     Creates a 3D box.
  89. _TO_NTSC
  90.     Switches display to NTSC mode.
  91. _TO_PAL
  92.     Switches display to PAL mode.
  93.